Html Css Color HEX #B0243B Cardinal

📋 copy color: '#B0243B'

red 176 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #B0243B

Tints of Cardinal #B0243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 64.94%
G = 13.28%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0243B (or 0xB0243B) is known color: Cardinal. HEX triplet: B0, 24 and 3B. RGB value is (176,36,59). Sum of RGB (Red+Green+Blue) = 176+36+59=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0243B is #4FDBC4. Grayscale: #505050. Windows color (decimal): -5233605 or 3876016. OLE color: 3876016.

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

Color convert

RGB 176 36 59 -
CMYK 0 0.80 0.66 0.31
HSL 350.14º 0.66% 0.42% -
HSV(B) 350.14º 0.8% 0.69% -
XYZ 19.32 10.81 5.21 -
YUV 80.48 115.88 196.13 -
System Red Green Blue C M Y K H S L
Decimal 176 36 59 0 0.80 0.66 0.31 350.14 0.66 0.42
Hex B0 24 3B 0 50 42 1F 15E 42 2A
Octal 260 44 73 0 120 102 37 536 102 52
Binary 10110000 100100 111011 0 1010000 1000010 11111 101011110 1000010 101010

Color Harmonies of #B0243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0243B

Black with #B0243B

Text Example


Text Example

White with #B0243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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