Html Css Color HEX #B00736 Cardinal

📋 copy color: '#B00736'

red 176 ◦ green 7 ◦ blue 54

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

Shades of Cardinal #B00736

Tints of Cardinal #B00736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

 BLUE value IS 54 (21.48% from 255) = 22.78%

R = 74.26%
G = 2.95%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B00736 (or 0xB00736) is known color: Cardinal. HEX triplet: B0, 07 and 36. RGB value is (176,7,54). Sum of RGB (Red+Green+Blue) = 176+7+54=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B00736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00736 is #4FF8C9. Grayscale: #3E3E3E. Windows color (decimal): -5241034 or 3540912. OLE color: 3540912.

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

Color convert

RGB 176 7 54 -
CMYK 0 0.96 0.69 0.31
HSL 343.31º 0.92% 0.36% -
HSV(B) 343.31º 0.96% 0.69% -
XYZ 18.65 9.65 4.37 -
YUV 62.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 176 7 54 0 0.96 0.69 0.31 343.31 0.92 0.36
Hex B0 7 36 0 60 45 1F 157 5C 24
Octal 260 7 66 0 140 105 37 527 134 44
Binary 10110000 111 110110 0 1100000 1000101 11111 101010111 1011100 100100

Color Harmonies of #B00736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00736

Black with #B00736

Text Example


Text Example

White with #B00736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00736; }

 p { color: rgb(176,7,54); }

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

background-color css

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

 a { background-color: rgb(176,7,54); }

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

border-color css

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

 span { border-color: rgb(176,7,54); }

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