Html Css Color HEX #B42234 Cardinal

📋 copy color: '#B42234'

red 180 ◦ green 34 ◦ blue 52

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

Shades of Cardinal #B42234

Tints of Cardinal #B42234

RGB

 RED value IS 180 (70.7% from 255) = 67.67%

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 52 (20.7% from 255) = 19.55%

R = 67.67%
G = 12.78%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B42234 (or 0xB42234) is known color: Cardinal. HEX triplet: B4, 22 and 34. RGB value is (180,34,52). Sum of RGB (Red+Green+Blue) = 180+34+52=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B42234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42234 is #4BDDCB. Grayscale: #4F4F4F. Windows color (decimal): -4971980 or 3416756. OLE color: 3416756.

HSL color Cylindrical-coordinate representation of color #B42234: hue angle of 352.6º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42234 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 34 52 -
CMYK 0 0.81 0.71 0.29
HSL 352.6º 0.68% 0.42% -
HSV(B) 352.6º 0.81% 0.71% -
XYZ 20.01 11.1 4.34 -
YUV 79.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 180 34 52 0 0.81 0.71 0.29 352.6 0.68 0.42
Hex B4 22 34 0 51 47 1D 161 44 2A
Octal 264 42 64 0 121 107 35 541 104 52
Binary 10110100 100010 110100 0 1010001 1000111 11101 101100001 1000100 101010

Color Harmonies of #B42234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42234

Black with #B42234

Text Example


Text Example

White with #B42234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42234; }

 p { color: rgb(180,34,52); }

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

background-color css

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

 a { background-color: rgb(180,34,52); }

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

border-color css

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

 span { border-color: rgb(180,34,52); }

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