Html Css Color HEX #B2252B Cardinal

📋 copy color: '#B2252B'

red 178 ◦ green 37 ◦ blue 43

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

Shades of Cardinal #B2252B

Tints of Cardinal #B2252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.67%

R = 68.99%
G = 14.34%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2252B (or 0xB2252B) is known color: Cardinal. HEX triplet: B2, 25 and 2B. RGB value is (178,37,43). Sum of RGB (Red+Green+Blue) = 178+37+43=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2252B is #4DDAD4. Grayscale: #4F4F4F. Windows color (decimal): -5102293 or 2827698. OLE color: 2827698.

HSL color Cylindrical-coordinate representation of color #B2252B: hue angle of 357.45º 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 #B2252B is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 37 43 -
CMYK 0 0.79 0.76 0.30
HSL 357.45º 0.66% 0.42% -
HSV(B) 357.45º 0.79% 0.7% -
XYZ 19.46 10.96 3.38 -
YUV 79.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 178 37 43 0 0.79 0.76 0.30 357.45 0.66 0.42
Hex B2 25 2B 0 4F 4C 1E 165 42 2A
Octal 262 45 53 0 117 114 36 545 102 52
Binary 10110010 100101 101011 0 1001111 1001100 11110 101100101 1000010 101010

Color Harmonies of #B2252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2252B

Black with #B2252B

Text Example


Text Example

White with #B2252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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