Html Css Color HEX #B00239 Cardinal

📋 copy color: '#B00239'

red 176 ◦ green 2 ◦ blue 57

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

Shades of Cardinal #B00239

Tints of Cardinal #B00239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 57 (22.66% from 255) = 24.26%

R = 74.89%
G = 0.85%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B00239 (or 0xB00239) is known color: Cardinal. HEX triplet: B0, 02 and 39. RGB value is (176,2,57). Sum of RGB (Red+Green+Blue) = 176+2+57=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B00239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00239 is #4FFDC6. Grayscale: #3C3C3C. Windows color (decimal): -5242311 or 3736240. OLE color: 3736240.

HSL color Cylindrical-coordinate representation of color #B00239: hue angle of 341.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00239 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 57 -
CMYK 0 0.99 0.68 0.31
HSL 341.03º 0.98% 0.35% -
HSV(B) 341.03º 0.99% 0.69% -
XYZ 18.66 9.57 4.73 -
YUV 60.3 126.15 210.53 -
System Red Green Blue C M Y K H S L
Decimal 176 2 57 0 0.99 0.68 0.31 341.03 0.98 0.35
Hex B0 2 39 0 63 44 1F 155 62 23
Octal 260 2 71 0 143 104 37 525 142 43
Binary 10110000 10 111001 0 1100011 1000100 11111 101010101 1100010 100011

Color Harmonies of #B00239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00239

Black with #B00239

Text Example


Text Example

White with #B00239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00239; }

 p { color: rgb(176,2,57); }

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

background-color css

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

 a { background-color: rgb(176,2,57); }

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

border-color css

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

 span { border-color: rgb(176,2,57); }

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