Html Css Color HEX #B00842 Cardinal

📋 copy color: '#B00842'

red 176 ◦ green 8 ◦ blue 66

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

Shades of Cardinal #B00842

Tints of Cardinal #B00842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 70.4%
G = 3.2%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B00842 (or 0xB00842) is known color: Cardinal. HEX triplet: B0, 08 and 42. RGB value is (176,8,66). Sum of RGB (Red+Green+Blue) = 176+8+66=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B00842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00842 is #4FF7BD. Grayscale: #404040. Windows color (decimal): -5240766 or 4327600. OLE color: 4327600.

HSL color Cylindrical-coordinate representation of color #B00842: hue angle of 339.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00842 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 8 66 -
CMYK 0 0.95 0.62 0.31
HSL 339.29º 0.91% 0.36% -
HSV(B) 339.29º 0.95% 0.69% -
XYZ 18.97 9.8 6.05 -
YUV 64.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 176 8 66 0 0.95 0.62 0.31 339.29 0.91 0.36
Hex B0 8 42 0 5F 3E 1F 153 5B 24
Octal 260 10 102 0 137 76 37 523 133 44
Binary 10110000 1000 1000010 0 1011111 111110 11111 101010011 1011011 100100

Color Harmonies of #B00842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00842

Black with #B00842

Text Example


Text Example

White with #B00842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00842; }

 p { color: rgb(176,8,66); }

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

background-color css

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

 a { background-color: rgb(176,8,66); }

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

border-color css

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

 span { border-color: rgb(176,8,66); }

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