Html Css Color HEX #B00938 Cardinal

📋 copy color: '#B00938'

red 176 ◦ green 9 ◦ blue 56

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

Shades of Cardinal #B00938

Tints of Cardinal #B00938

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

 BLUE value IS 56 (22.27% from 255) = 23.24%

R = 73.03%
G = 3.73%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B00938 (or 0xB00938) is known color: Cardinal. HEX triplet: B0, 09 and 38. RGB value is (176,9,56). Sum of RGB (Red+Green+Blue) = 176+9+56=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B00938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00938 is #4FF6C7. Grayscale: #404040. Windows color (decimal): -5240520 or 3672496. OLE color: 3672496.

HSL color Cylindrical-coordinate representation of color #B00938: hue angle of 343.11º degrees, saturation: 0.9, 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 #B00938 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 9 56 -
CMYK 0 0.95 0.68 0.31
HSL 343.11º 0.9% 0.36% -
HSV(B) 343.11º 0.95% 0.69% -
XYZ 18.72 9.71 4.63 -
YUV 64.29 123.33 207.68 -
System Red Green Blue C M Y K H S L
Decimal 176 9 56 0 0.95 0.68 0.31 343.11 0.9 0.36
Hex B0 9 38 0 5F 44 1F 157 5A 24
Octal 260 11 70 0 137 104 37 527 132 44
Binary 10110000 1001 111000 0 1011111 1000100 11111 101010111 1011010 100100

Color Harmonies of #B00938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00938

Black with #B00938

Text Example


Text Example

White with #B00938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00938; }

 p { color: rgb(176,9,56); }

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

background-color css

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

 a { background-color: rgb(176,9,56); }

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

border-color css

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

 span { border-color: rgb(176,9,56); }

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