Html Css Color HEX #B8252A Cardinal

📋 copy color: '#B8252A'

red 184 ◦ green 37 ◦ blue 42

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

Shades of Cardinal #B8252A

Tints of Cardinal #B8252A

RGB

 RED value IS 184 (72.27% from 255) = 69.96%

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 69.96%
G = 14.07%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8252A (or 0xB8252A) is known color: Cardinal. HEX triplet: B8, 25 and 2A. RGB value is (184,37,42). Sum of RGB (Red+Green+Blue) = 184+37+42=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8252A is #47DAD5. Grayscale: #515151. Windows color (decimal): -4709078 or 2762168. OLE color: 2762168.

HSL color Cylindrical-coordinate representation of color #B8252A: hue angle of 357.96º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8252A is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 37 42 -
CMYK 0 0.80 0.77 0.28
HSL 357.96º 0.67% 0.43% -
HSV(B) 357.96º 0.8% 0.72% -
XYZ 20.85 11.68 3.35 -
YUV 81.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 184 37 42 0 0.80 0.77 0.28 357.96 0.67 0.43
Hex B8 25 2A 0 50 4D 1C 166 43 2B
Octal 270 45 52 0 120 115 34 546 103 53
Binary 10111000 100101 101010 0 1010000 1001101 11100 101100110 1000011 101011

Color Harmonies of #B8252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8252A

Black with #B8252A

Text Example


Text Example

White with #B8252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8252A; }

 p { color: rgb(184,37,42); }

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

background-color css

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

 a { background-color: rgb(184,37,42); }

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

border-color css

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

 span { border-color: rgb(184,37,42); }

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