Html Css Color HEX #B0023E Cardinal

📋 copy color: '#B0023E'

red 176 ◦ green 2 ◦ blue 62

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

Shades of Cardinal #B0023E

Tints of Cardinal #B0023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 73.33%
G = 0.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0023E (or 0xB0023E) is known color: Cardinal. HEX triplet: B0, 02 and 3E. RGB value is (176,2,62). Sum of RGB (Red+Green+Blue) = 176+2+62=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B0023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0023E is #4FFDC1. Grayscale: #3C3C3C. Windows color (decimal): -5242306 or 4063920. OLE color: 4063920.

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

Color convert

RGB 176 2 62 -
CMYK 0 0.99 0.65 0.31
HSL 339.31º 0.98% 0.35% -
HSV(B) 339.31º 0.99% 0.69% -
XYZ 18.8 9.62 5.42 -
YUV 60.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 176 2 62 0 0.99 0.65 0.31 339.31 0.98 0.35
Hex B0 2 3E 0 63 41 1F 153 62 23
Octal 260 2 76 0 143 101 37 523 142 43
Binary 10110000 10 111110 0 1100011 1000001 11111 101010011 1100010 100011

Color Harmonies of #B0023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0023E

Black with #B0023E

Text Example


Text Example

White with #B0023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0023E; }

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

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

background-color css

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

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

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

border-color css

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

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

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