Html Css Color HEX #B0262C Cardinal

📋 copy color: '#B0262C'

red 176 ◦ green 38 ◦ blue 44

#B0262C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B0262C

Tints of Cardinal #B0262C

RGB

 RED value IS 176 (69.14% from 255) = 68.22%

 GREEN value IS 38 (15.23% from 255) = 14.73%

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 68.22%
G = 14.73%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0262C (or 0xB0262C) is known color: Cardinal. HEX triplet: B0, 26 and 2C. RGB value is (176,38,44). Sum of RGB (Red+Green+Blue) = 176+38+44=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0262C is #4FD9D3. Grayscale: #505050. Windows color (decimal): -5233108 or 2893488. OLE color: 2893488.

HSL color Cylindrical-coordinate representation of color #B0262C: hue angle of 357.39º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0262C is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 44 -
CMYK 0 0.78 0.75 0.31
HSL 357.39º 0.64% 0.42% -
HSV(B) 357.39º 0.78% 0.69% -
XYZ 19.05 10.8 3.46 -
YUV 79.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 176 38 44 0 0.78 0.75 0.31 357.39 0.64 0.42
Hex B0 26 2C 0 4E 4B 1F 165 40 2A
Octal 260 46 54 0 116 113 37 545 100 52
Binary 10110000 100110 101100 0 1001110 1001011 11111 101100101 1000000 101010

Color Harmonies of #B0262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0262C

Black with #B0262C

Text Example


Text Example

White with #B0262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0262C; }

 p { color: rgb(176,38,44); }

 H1.HeaderClassName
 {
   color: #B0262C;
 }
 .AnyTagClassName
 {
   color: #B0262C;
 }
</style>

background-color css

<style>
 a { background-color: #B0262C; }

 a { background-color: rgb(176,38,44); }

 div.DivClassName
 {
   background-color: #B0262C;
 }
 .BgClassName
 {
   background-color: #B0262C;
 }
</style>

border-color css

<style>
 span { border-color: #B0262C; }

 span { border-color: rgb(176,38,44); }

 td.TdClassName
 {
   border-color: #B0262C;
 }
 .TagClassName
 {
   border-color: #B0262C;
 }
</style>