Html Css Color HEX #B00231 Cardinal

📋 copy color: '#B00231'

red 176 ◦ green 2 ◦ blue 49

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

Shades of Cardinal #B00231

Tints of Cardinal #B00231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 77.53%
G = 0.88%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B00231 (or 0xB00231) is known color: Cardinal. HEX triplet: B0, 02 and 31. RGB value is (176,2,49). Sum of RGB (Red+Green+Blue) = 176+2+49=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B00231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00231 is #4FFDCE. Grayscale: #3B3B3B. Windows color (decimal): -5242319 or 3211952. OLE color: 3211952.

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

Color convert

RGB 176 2 49 -
CMYK 0 0.99 0.72 0.31
HSL 343.79º 0.98% 0.35% -
HSV(B) 343.79º 0.99% 0.69% -
XYZ 18.48 9.5 3.76 -
YUV 59.38 122.15 211.18 -
System Red Green Blue C M Y K H S L
Decimal 176 2 49 0 0.99 0.72 0.31 343.79 0.98 0.35
Hex B0 2 31 0 63 48 1F 158 62 23
Octal 260 2 61 0 143 110 37 530 142 43
Binary 10110000 10 110001 0 1100011 1001000 11111 101011000 1100010 100011

Color Harmonies of #B00231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00231

Black with #B00231

Text Example


Text Example

White with #B00231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00231; }

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

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

background-color css

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

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

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

border-color css

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

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

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