Html Css Color HEX #B0262F Cardinal

📋 copy color: '#B0262F'

red 176 ◦ green 38 ◦ blue 47

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

Shades of Cardinal #B0262F

Tints of Cardinal #B0262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.01%

R = 67.43%
G = 14.56%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0262F (or 0xB0262F) is known color: Cardinal. HEX triplet: B0, 26 and 2F. RGB value is (176,38,47). Sum of RGB (Red+Green+Blue) = 176+38+47=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B0262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0262F is #4FD9D0. Grayscale: #505050. Windows color (decimal): -5233105 or 3090096. OLE color: 3090096.

HSL color Cylindrical-coordinate representation of color #B0262F: hue angle of 356.09º 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 #B0262F is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 47 -
CMYK 0 0.78 0.73 0.31
HSL 356.09º 0.64% 0.42% -
HSV(B) 356.09º 0.78% 0.69% -
XYZ 19.11 10.82 3.77 -
YUV 80.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 176 38 47 0 0.78 0.73 0.31 356.09 0.64 0.42
Hex B0 26 2F 0 4E 49 1F 164 40 2A
Octal 260 46 57 0 116 111 37 544 100 52
Binary 10110000 100110 101111 0 1001110 1001001 11111 101100100 1000000 101010

Color Harmonies of #B0262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0262F

Black with #B0262F

Text Example


Text Example

White with #B0262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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