Html Css Color HEX #B22534 Cardinal

📋 copy color: '#B22534'

red 178 ◦ green 37 ◦ blue 52

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

Shades of Cardinal #B22534

Tints of Cardinal #B22534

RGB

 RED value IS 178 (69.92% from 255) = 66.67%

 GREEN value IS 37 (14.84% from 255) = 13.86%

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

R = 66.67%
G = 13.86%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B22534 (or 0xB22534) is known color: Cardinal. HEX triplet: B2, 25 and 34. RGB value is (178,37,52). Sum of RGB (Red+Green+Blue) = 178+37+52=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B22534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22534 is #4DDACB. Grayscale: #505050. Windows color (decimal): -5102284 or 3417522. OLE color: 3417522.

HSL color Cylindrical-coordinate representation of color #B22534: hue angle of 353.62º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22534 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 37 52 -
CMYK 0 0.79 0.71 0.30
HSL 353.62º 0.66% 0.42% -
HSV(B) 353.62º 0.79% 0.7% -
XYZ 19.64 11.04 4.34 -
YUV 80.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 178 37 52 0 0.79 0.71 0.30 353.62 0.66 0.42
Hex B2 25 34 0 4F 47 1E 162 42 2A
Octal 262 45 64 0 117 107 36 542 102 52
Binary 10110010 100101 110100 0 1001111 1000111 11110 101100010 1000010 101010

Color Harmonies of #B22534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22534

Black with #B22534

Text Example


Text Example

White with #B22534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22534; }

 p { color: rgb(178,37,52); }

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

background-color css

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

 a { background-color: rgb(178,37,52); }

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

border-color css

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

 span { border-color: rgb(178,37,52); }

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