Html Css Color HEX #B00940 Cardinal

📋 copy color: '#B00940'

red 176 ◦ green 9 ◦ blue 64

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

Shades of Cardinal #B00940

Tints of Cardinal #B00940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.7%

R = 70.68%
G = 3.61%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B00940 (or 0xB00940) is known color: Cardinal. HEX triplet: B0, 09 and 40. RGB value is (176,9,64). Sum of RGB (Red+Green+Blue) = 176+9+64=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B00940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00940 is #4FF6BF. Grayscale: #414141. Windows color (decimal): -5240512 or 4196784. OLE color: 4196784.

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

Color convert

RGB 176 9 64 -
CMYK 0 0.95 0.64 0.31
HSL 340.24º 0.9% 0.36% -
HSV(B) 340.24º 0.95% 0.69% -
XYZ 18.93 9.8 5.74 -
YUV 65.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 176 9 64 0 0.95 0.64 0.31 340.24 0.9 0.36
Hex B0 9 40 0 5F 40 1F 154 5A 24
Octal 260 11 100 0 137 100 37 524 132 44
Binary 10110000 1001 1000000 0 1011111 1000000 11111 101010100 1011010 100100

Color Harmonies of #B00940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00940

Black with #B00940

Text Example


Text Example

White with #B00940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00940; }

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

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

background-color css

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

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

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

border-color css

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

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

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