Html Css Color HEX #B0252E Cardinal

📋 copy color: '#B0252E'

red 176 ◦ green 37 ◦ blue 46

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

Shades of Cardinal #B0252E

Tints of Cardinal #B0252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 67.95%
G = 14.29%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0252E (or 0xB0252E) is known color: Cardinal. HEX triplet: B0, 25 and 2E. RGB value is (176,37,46). Sum of RGB (Red+Green+Blue) = 176+37+46=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0252E is #4FDAD1. Grayscale: #4F4F4F. Windows color (decimal): -5233362 or 3024304. OLE color: 3024304.

HSL color Cylindrical-coordinate representation of color #B0252E: hue angle of 356.12º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0252E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 46 -
CMYK 0 0.79 0.74 0.31
HSL 356.12º 0.65% 0.42% -
HSV(B) 356.12º 0.79% 0.69% -
XYZ 19.06 10.75 3.66 -
YUV 79.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 176 37 46 0 0.79 0.74 0.31 356.12 0.65 0.42
Hex B0 25 2E 0 4F 4A 1F 164 41 2A
Octal 260 45 56 0 117 112 37 544 101 52
Binary 10110000 100101 101110 0 1001111 1001010 11111 101100100 1000001 101010

Color Harmonies of #B0252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0252E

Black with #B0252E

Text Example


Text Example

White with #B0252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0252E; }

 p { color: rgb(176,37,46); }

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

background-color css

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

 a { background-color: rgb(176,37,46); }

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

border-color css

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

 span { border-color: rgb(176,37,46); }

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