Html Css Color HEX #B0023C Cardinal

📋 copy color: '#B0023C'

red 176 ◦ green 2 ◦ blue 60

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

Shades of Cardinal #B0023C

Tints of Cardinal #B0023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 73.95%
G = 0.84%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0023C (or 0xB0023C) is known color: Cardinal. HEX triplet: B0, 02 and 3C. RGB value is (176,2,60). Sum of RGB (Red+Green+Blue) = 176+2+60=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B0023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0023C is #4FFDC3. Grayscale: #3C3C3C. Windows color (decimal): -5242308 or 3932848. OLE color: 3932848.

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

Color convert

RGB 176 2 60 -
CMYK 0 0.99 0.66 0.31
HSL 340º 0.98% 0.35% -
HSV(B) 340º 0.99% 0.69% -
XYZ 18.74 9.6 5.14 -
YUV 60.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 176 2 60 0 0.99 0.66 0.31 340 0.98 0.35
Hex B0 2 3C 0 63 42 1F 154 62 23
Octal 260 2 74 0 143 102 37 524 142 43
Binary 10110000 10 111100 0 1100011 1000010 11111 101010100 1100010 100011

Color Harmonies of #B0023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0023C

Black with #B0023C

Text Example


Text Example

White with #B0023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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