Html Css Color HEX #B5002F Cardinal

📋 copy color: '#B5002F'

red 181 ◦ green 0 ◦ blue 47

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

Shades of Cardinal #B5002F

Tints of Cardinal #B5002F

RGB

 RED value IS 181 (71.09% from 255) = 79.39%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 47 (18.75% from 255) = 20.61%

R = 79.39%
G = 0%
B = 20.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5002F (or 0xB5002F) is known color: Cardinal. HEX triplet: B5, 00 and 2F. RGB value is (181,0,47). Sum of RGB (Red+Green+Blue) = 181+0+47=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B5002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5002F is #4AFFD0. Grayscale: #3B3B3B. Windows color (decimal): -4915153 or 3080373. OLE color: 3080373.

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

Color convert

RGB 181 0 47 -
CMYK 0 1 0.74 0.29
HSL 344.42º 1% 0.35% -
HSV(B) 344.42º 1% 0.71% -
XYZ 19.57 10.03 3.59 -
YUV 59.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 181 0 47 0 1 0.74 0.29 344.42 1 0.35
Hex B5 0 2F 0 64 4A 1D 158 64 23
Octal 265 0 57 0 144 112 35 530 144 43
Binary 10110101 0 101111 0 1100100 1001010 11101 101011000 1100100 100011

Color Harmonies of #B5002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5002F

Black with #B5002F

Text Example


Text Example

White with #B5002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5002F; }

 p { color: rgb(181,0,47); }

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

background-color css

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

 a { background-color: rgb(181,0,47); }

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

border-color css

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

 span { border-color: rgb(181,0,47); }

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