Html Css Color HEX #B02430 Cardinal

📋 copy color: '#B02430'

red 176 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #B02430

Tints of Cardinal #B02430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 67.69%
G = 13.85%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B02430 (or 0xB02430) is known color: Cardinal. HEX triplet: B0, 24 and 30. RGB value is (176,36,48). Sum of RGB (Red+Green+Blue) = 176+36+48=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B02430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02430 is #4FDBCF. Grayscale: #4F4F4F. Windows color (decimal): -5233616 or 3155120. OLE color: 3155120.

HSL color Cylindrical-coordinate representation of color #B02430: hue angle of 354.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02430 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 48 -
CMYK 0 0.80 0.73 0.31
HSL 354.86º 0.66% 0.42% -
HSV(B) 354.86º 0.8% 0.69% -
XYZ 19.07 10.71 3.86 -
YUV 79.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 176 36 48 0 0.80 0.73 0.31 354.86 0.66 0.42
Hex B0 24 30 0 50 49 1F 163 42 2A
Octal 260 44 60 0 120 111 37 543 102 52
Binary 10110000 100100 110000 0 1010000 1001001 11111 101100011 1000010 101010

Color Harmonies of #B02430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02430

Black with #B02430

Text Example


Text Example

White with #B02430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02430; }

 p { color: rgb(176,36,48); }

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

background-color css

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

 a { background-color: rgb(176,36,48); }

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

border-color css

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

 span { border-color: rgb(176,36,48); }

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